home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Nordlicht Spiele / Nordlicht Spiele 01-10 (19xx)(Nordlicht)(DE)(PD).zip / Nordlicht Spiele 01-10 (19xx)(Nordlicht)(DE)(PD).adf / ClickMeFirst.setup < prev    next >
Text File  |  1990-09-21  |  444b  |  20 lines

  1. echo "Installing configuration file s:BattleForce.cfg ..."
  2. if exists s:BattleForce.cfg
  3.     echo "Configuration file s:BattleForce.cfg already installed ..."
  4. else
  5.     copy s/BattleForce.cfg s:
  6. endif
  7.  
  8. echo "Installing Siesta font ..."
  9. if exists fonts:Siesta.font
  10.     echo "Siesta font already installed ..."
  11. else
  12.     copy fonts fonts:
  13. endif
  14.  
  15. echo "Assigning BattleForce: to current directory ..."
  16. assign BattleForce:
  17. assign BattleForce: ""
  18.  
  19. echo "All Done."
  20.